#include <complex_operators.hpp>
Public Member Functions | |
T | operator() (const T &x1, const T &x2) const |
scaleAdd2 (const T &a=1.0) | |
Public Attributes | |
T | alpha |
gridpack::math::scaleAdd2< T >::scaleAdd2 | ( | const T & | a = 1.0 |
) |
T gridpack::math::scaleAdd2< T >::operator() | ( | const T & | x1, | |
const T & | x2 | |||
) | const [virtual] |
Implements gridpack::math::base_binary_function< T >.
References gridpack::math::scaleAdd2< T >::alpha.
T gridpack::math::scaleAdd2< T >::alpha |